
Sample: Reversi

Abstract: Helper functions for Reversi Sample Game for Windows CE

FUNCTIONS:
finalscore:	Calculate final score
legalcheck:	Return 1 if move legal, else return 0
makemove:	Capture enemy pieces
score:		Calculate the value of board
minmax:		Play human move then recursively play computer move


